home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / COMMADIO / FREESPCH.LZH / VARITALE.LZH / RESTORE.BAT < prev    next >
DOS Batch File  |  1991-06-14  |  520b  |  18 lines

  1. ECHO OFF
  2. CLS
  3. ECHO ║  ┌─────────────────────────────┐
  4. ECHO ║  │ ╓── ╓─┐ ╥ ┬ ─╥─ ╥ ╓─┐ ╥─┐ ┬ │
  5. ECHO ║  │ ╙── ╟─┤ ╙─┘  ╨  ╨ ╙─┘ ╨ └─┘ │
  6. ECHO ║  └─────────────────────────────┘
  7. ECHO ║
  8. ECHO ║   This command restores the VariTale files from the copies you
  9. ECHO ║   made with the BACK command.   This will wipe out the current
  10. ECHO ║   files with the backup files.
  11. ECHO ║
  12. QUERY Restore VariTale files?  (Y/N)  @YN
  13. IF ERRORLEVEL 2 GOTO NORE
  14. COPY BACK\VARI*.VTB
  15. COPY BACK\VARI*.TOC
  16. COPY BACK\VARITAL*.LST
  17. :NORE
  18.